/* 处理表格被自动排版后加了P后引起问题 重置表格样式 */
.printArea .conTxt table td p { margin: 0 !important; text-indent: 0px !important }
.subheading { font-size: 16px; }
.ct { text-align: center; }
/*内容页-智能标签*/
.articleCon .smart-tags { font-weight: normal; margin: 5px 0; }
.articleCon .smart-tags label { display: inline-block; background: url(../images/icon_tag.png) no-repeat left center; padding-left: 25px; cursor: default; }
.articleCon .smart-tags a { display: inline-block !important; margin-right: 5px; }
.articleCon .smart-tags a:hover { color: #f00; text-decoration: underline; }
.articleCon .smart-tags a span { color: #f00; }
